IBM Books

Nways Manager for HP-UX Version 2.0 Installation Guide


Configuring Nways Manager Applications

This section describes any additional configuration steps that you need to perform after installing Nways Manager for HP-UX.


Configuring ATMC

Step  1.

To run Java Development Kit (JDK) 1.17.01 or later, enter the following command to export the JAVA_HOME system variable:

export JAVA_HOME=/opt/java


Step  2.

Install ObjectStore with the following patches:

PHSS_15391 PHSS_16585

Step  3.

Change the following environment settings:

  1. Add the following lines to your /etc/profile file.

    OS_ROOTDIR=/usr/local/ODI/0S5.1

    SHLIB_PATH=/usr/local/ODI/0S5.1

    JAVA_HOME=/opt/java


  2. Add the following lines to your /.profile file:

    PATH=$PATH:/usr/local/ODI/0S5.1

    SHLIB_PATH=/usr/local/ODI/0S5.1

    JAVA_HOME=/opt/java

    OS_CACHE_SIZE=5,000,000

    OS_ROOTDIR=/usr/local/ODI/OS5.1

    OS_COMMSEG=/usr/CML/OSTORE/CACHE

    OS_CACHE_DIR=/usr/CML/OSTORE/CACHE


  3. Run the etc/environment file to make the changes effective.

Open View 5.0

If using Open View 5.0, install the following patches:

PHSS_17364

PHSS_17684

PHSS_17757

Open View 4.11

If using Open View 4.11, install the following patches:

PHSS_16292 PHSS_16555

PHSS_17086 PHSS_16573

PHSS_17274 PHSS_17568


Configuring Element Management

The Element Management component requires no additional configuration.


Remote Monitor

Before you can use Remote Monitor, you must set the RMONHOME environment variable to point to:

/usr/LANReMon/rmon

To set the RMONHOME environment variable in your .profile and add it to your default path, add the following lines to your .profile:

RMONHOME=/usr/LANReMon/rmon

export RMONHOME

PATH=$RMONHOME:$PATH

export PATH


DB2 Universal Database

Performance management for these device managers uses a Java Database Connectivity (JDBC)-compliant database. For your convenience, IBM provides the Enterprise Edition of DB2(TM) Universal Database.

You will need to create a database instance that the device managers can access via JDBC. The concept is the same as if you were using another JDBC-compliant database, but you will need to refer to that database's instructions.

For information on configuring DB2 for use with Nways Manager, refer to Using Nways Manager - Element Management.

Using Web Servers

Before you can use the various web servers to configure Nways Manager, you must install the following web server settings. All web servers have to be configured to listen to the client on port 80 (which is the default port for most of the servers).

Apache Server

  1. Add the following lines in the given order to the file:



    /Server_root/cpnf/srm.conf.

    Alias /nways "/Nways_root/CML/JMA/java/webservr"

    Alias /cgi/code "/Nways_root/CML/JMA/java/webservr/code"

    ScriptAlias /cgi "/Nways_root/CML/JMA/java/webservr"


    Server_root - The directory where the Apache Websvr is installed.

    Nways_root - The directory where the Nways product is installed.

Netscape Server

  1. Go to the server main page and check whether the server is ON.

  2. Select Programs menu from the top of the page.

  3. Select CGI File Type.

  4. Select Yes for Activate CGI as a file type.

  5. Select Content Management from the top menu.

  6. Select Additional Document Directories, and add the following lines:

    URL prefix: nways

    Map to directory: /Nways_root/CML/JMA/java/websvr



    URL prefix: cgi

    Map to directory: /Nways_root/CML/JMA/java/websvr

Domino Web Server

  1. Go to http://Machine/Frntpage.html (machine where you have installed the Domino Web Server).

  2. Select Configuration and Administration Forms.
                 (http://Machine/admin-bin/Cfgin/initial)
     
     
    

  3. Select Request Routing.
                 (http://Machine/admin-bin/Cfgin/mpfrule)
     
     
    

  4. Add the following lines in the given order:
    Action Request Template Replacement File Path
    Pass /nways/* /Nways_root/CML/JMA/java/websvr/*
    Exec /cgi/CgiLauncher* /Nways_root/CML/JMA/java/websvr/CgiLauncher*
    Pass /cgi/* /Nways_root/CML/JMA/java/websvr/*




[ Top of Page | Previous Page | Next Page | Table of Contents ]